/*轮播图*/

.indexBanner_wap {
	display: none;
}

.indexBanner,
.indexBanner_wap {
	width: 100%;
	margin-top: 100px;
}

.indexBanner .swiper-slide,
.indexBanner_wap .swiper-slide {
	background-color: antiquewhite;
}

.indexBanner .swiper-slide .images {
	padding-top: 26%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.indexBanner_wap .swiper-slide .images {
	padding-top: 66%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.indexBanner_pagination .swiper-pagination-bullet,
.indexBanner_pagination_wap .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #fff;
	border-radius: 0;
	transition: width 1s;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-ms-transition: width 1s;
	-o-transition: width 1s;
}

.indexBanner_pagination_wap .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
}

.indexBanner_pagination .swiper-pagination-bullet-active,
.indexBanner_pagination_wap .swiper-pagination-bullet-active {
	width: 80px;
	height: 10px;
	opacity: 1;
	border-radius: 0;
}

.indexBanner_pagination_wap .swiper-pagination-bullet-active {
	width: 50px;
	height: 5px;
}


/*模块盒子*/

.index_box {
	box-sizing: border-box;
	padding: 8.9rem 0 6.7rem;
	background-color: #fff;
}

.bg_grey {
	background: #ECEFF4;
}

.bg_blue {
	background: #0074D6;
}


/*模块标题*/

.index_title {
	text-align: center;
}

.index_title .h1 {
	font-size: 3rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 1rem;
}

.index_title .h1:after {
	display: block;
	content: '';
	width: 120px;
	height: 4px;
	background-color: #0074D6;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
}

.bg_blue .index_title .h1:after {
	background-color: #fff;
}

.title_white,
.title_white .h1 {
	color: #fff;
}

.title_white small {
	color: #fff;
}

.title_white small:after {
	background-color: #fff;
}

.images {
	width: 100%;
	vertical-align: middle;
}

.images img {
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
	object-fit: cover;
}


/*解决方案*/

.solution {
	width: 77%;
	margin: 5rem auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.solution li {
	width: calc((100% - 5rem)/2);
	margin-bottom: 5rem;
	background: #ECEFF4;
	cursor: pointer;
}


.solution .h2 {
	height: 30px;
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #343434;
	text-align: center;
	margin-top: 3rem;
	box-sizing: border-box;
	padding: 0 2.2rem;
}

.solution p {
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #929292;
	box-sizing: border-box;
	padding: 0 2.2rem;
	margin: 3rem 0 ;
	width: 100%;
	overflow: hidden;
	height: 100px;
	line-height: 25px;
}


/*查看更多*/

.index_more {
	display: block;
	width: 40rem;
	background-color: #0074D6;
	text-align: center;
	margin: 0 auto;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFF;
	box-sizing: border-box;
	padding: 2.5rem 0 2.6rem;
}

.more_white {
	color: #0074D6;
	background-color: #fff;
}


/*产品推荐*/

.product {
	width: 77%;
	margin: 5.5rem auto 5rem;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.product li {
	width: calc((100% - 60px)/3);
	background-color:#E9F2FF;
	box-sizing: border-box;
	padding-bottom: 2.9rem;
	cursor: pointer;
	border: 1px solid #E9F2FF;
border-radius: 10px 10px 8px 8px;
overflow: hidden;
margin-right: 30px;
}

.product li:last-child{
	margin-right: 0;
}


.product .h2 {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #595959;
	margin: 1.9rem 0 1.3rem;
	box-sizing: border-box;
	padding: 0 1.6rem;
	height: 30px;
}

.product p {
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #8E8E8E;
	line-height: 25px;
	box-sizing: border-box;
	padding: 0 1.6rem;
	width: 100%;
	overflow: hidden;
	height: 95px;
}

.product a a {
	display: block;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #0074D6;
	box-sizing: border-box;
	padding: 0 1.6rem;
}

.product .images {
	position: relative;
	overflow: hidden;
}

.product .images .muban {
	position: absolute;
	left: 0;
	top: 0;
}


/*业绩案例*/

.performance {
	width: 77%;
	margin: 5rem auto 5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.performance li {
	width: calc((100% - 126px)/3);
	cursor: pointer;
}

.performance i {
	display: block;
	width: 5.4rem;
	height: 0.5rem;
	background-color: #fff;
	margin: 4rem auto 2rem;
}



.performance .h2 {
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 39px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 5.8rem;
	width: 100%;
	overflow: hidden;
	height: 30px;
}
.performance .Line2 {
	display: none;
}
.performance p {
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	margin-top: 2rem;
	width: 100%;
	overflow: hidden;
	height: 100px;
	text-align: center;
}


/*新闻资讯*/

.news {
	width: 77%;
	margin: 4.9rem auto 5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.news li {
	width: calc((100% - 40px)/2);
	cursor: pointer;
}
.news li .detail{
	display: block;
	width: 100%;
	cursor: pointer;
}


.news i {
	display: block;
	width: 5.4rem;
	height: 0.5rem;
	background-color: #fff;
	margin: 3.1rem auto 3.5rem;
}

.news .h2 {
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin: 2.9rem 0 0;
	height: 26px;
}

.news span {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #CBCBCB;
	margin: 2rem 0 1.9rem;
}

.news p {
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #888888;
	line-height: 25px;
	margin-bottom: 1.9rem;
	width: 100%;
	overflow: hidden;
	height: 72px;
}

.news .newsMore {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #0074D6;
}


/*知识常识*/

.knowledge {
	width: 77%;
	margin: 5.8rem auto 5rem;
}

.knowledge li {
	border-bottom: 2px dashed #B3B3B3;
}

.knowledge .detail {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
	padding: 3rem 0;
}


.knowledge .knowledge_left {
	width: 70%;
	box-sizing: border-box;
	padding: 1.3rem 5.5rem 0 0;
}

.knowledge .knowledge_right {
	width: 30%;
}

.knowledge .h2 {
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #656565;
	margin: 2.9rem 0 2.8rem;
	height: 30px;
}

.knowledge p {
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #8F8F8F;
	line-height: 25px;
	width: 100%;
	overflow: hidden;
	height: 72px;
}

@media (max-width: 1024px) {
	.performance .h2 {
		padding: 0;
	}
}

@media (max-width: 768px) {
	body{
		padding-bottom: 5.2rem;
	}
	.index_box {
		padding: 3rem 0;
	}
	.index_more {
		width: 20rem;
		font-size: 1.2rem;
		padding: 1.4rem 0 1.4rem;
	}
	.indexBanner,
	.performance i {
		display: none;
	}
	.performance .Line2 {
		display: block;
		width: 2.3rem;
		height: .2rem;
		margin: -2rem 0;
	}
	.indexBanner_wap {
		display: block;
		margin-top: 4rem;
	}
	.index_title {
		padding-bottom: 0.8rem;
	}
	.index_title .h1 {
		font-size: 2rem;
		margin-bottom: 0.9rem;
	}
	.index_title .h1:after {
		width: 60px;
		height: 4px;
		left: 50%;
		margin-left: -30px;
	}
	.solution,
	.product {
		width: calc(100% - 20px);
		margin: 2rem auto 1rem;
	}
	.product {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.solution li,
	.product li {
		width: calc((100% - 10px)/2);
		margin-bottom: 1rem;
	}
	.product li{
		margin-bottom: 1rem;
		margin-right: 1rem;
	}
	.product li:nth-child(2n) {
		margin-right: 0;
	}
	.product li {
		padding-bottom: 1.5rem;
		min-height: 3rem;
	}
	.solution .h2,
	.product .h2 {
		font-size: 1.4rem;
		margin-top: 0.9rem;
		padding: 0 1rem;
	}
	.solution p,
	.product p {
		font-size: 1.2rem;
		line-height: 15px;
		margin: 0.9rem 0 1.5rem;
		padding: 0 1rem;
		height: 60px
	}
	.product p {
		margin: 0.9rem 0 0;
	}
	.product a {
		font-size: 1.2rem;
	}
	.performance,
	.news,
	.knowledge {
		margin: 0 auto 0;
		box-sizing: border-box;
		padding: 0 1rem 1rem;
		flex-wrap: wrap;
		width: 100%;
	}
	.knowledge {
		margin: .5rem auto 0;
	}
	.performance li .detail,
	.news li,
	.knowledge li .detail {
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 1rem;
		position: relative;
	}
	.performance li .detail {
		align-items: inherit;
	}
	.news li,
	.knowledge li .detail {
		flex-wrap: wrap;
		border-bottom: 1px dashed #D8D8D8;
		margin-bottom: 1.5rem;
	}
	.knowledge li .detail {
		padding: 1.5rem 0;
		flex-direction: column-reverse;
		margin-bottom: 0;
	}
	.performance li {
		width: 100%;
		margin-bottom: 2rem;
	}
	.performance .h2 {
		height: 1.4rem;
	}
	.performance li div i {
		display: block;
		margin: 1rem 0 0;
		width: 2.3rem;
		height: 2px;
	}
	.performance li .performanceImg {
		padding-top: 56%;
	}
	.knowledge .knowledge_left,
	.knowledge .knowledge_right {
		width: 100%;
	}
	.knowledge .knowledge_left {
		padding: 0;
	}
	.performance div {
		width: 50%;
		box-sizing: border-box;
		padding-left: 1.7rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-content: space-between;
	}
	.performance li .images {
		padding: 0;
	}
	.performance .h2,
	.news .h2,
	.knowledge .h2 {
		font-size: 1.4rem;
		line-height: 16px;
		text-align: left;
	}
	.news .h2 {
		margin: 1.5rem 0 0;
	}
	.knowledge .h2 {
		margin: 1rem 0;
		height: 15px;
	}
	
	.news span,
	.news .newsMore {
		margin: 1rem 0;
		font-size: 1.2rem;
	}
	.news span{
			margin:0 0 1rem;
	}
	.performance p,
	.news p,
	.knowledge p {
		font-size: 1.2rem;
		line-height: 16px;
		text-align: justify;
		margin-bottom: 0;
	}
	.performance p {
		height: 6.4rem;
		margin-top: 0;
	}
	.news p {
		height: 4.8rem;
	}
	.knowledge p {
		height: 6.4rem;
	}
}